Move wildcard rejection date back 6 weeks
authorSteven Fackler <sfackler@palantir.com>
Thu, 3 Dec 2015 01:29:23 +0000 (17:29 -0800)
committerSteven Fackler <sfackler@palantir.com>
Thu, 3 Dec 2015 02:03:02 +0000 (18:03 -0800)
We missed a release somewhere, so the warning here won't hit stable
until December 11th.

src/cargo/ops/cargo_package.rs
src/doc/faq.md
tests/test_cargo_package.rs

index ea986ef2f3db0c6afa032da51174a5ba286fbbb1..d7da95c747e9945fa7a7d0c0c5862a9c740a5d5a 100644 (file)
@@ -120,7 +120,7 @@ fn check_dependencies(pkg: &Package, config: &Config) -> CargoResult<()> {
         let deps = wildcard_deps.connect(", ");
         try!(config.shell().warn(
             "warning: some dependencies have wildcard (\"*\") version constraints. \
-             On December 11th, 2015, crates.io will begin rejecting packages with \
+             On January 22nd, 2016, crates.io will begin rejecting packages with \
              wildcard dependency constraints. See \
              http://doc.crates.io/crates-io.html#using-crates.io-based-crates \
              for information on version constraints."));
index e04923283f5676d06fb6254f124e3b6b9629a340..61e84a311223df63e7825dc84c314b8ab49b5f6a 100644 (file)
@@ -130,7 +130,7 @@ picture to decide what versions of dependencies should be used.
 
 # Can libraries use `*` as a version for their dependencies?
 
-**Starting December 11th, 2015, crates.io will begin rejecting packages with
+**Starting January 22nd, 2016, crates.io will begin rejecting packages with
 wildcard dependency constraints.**
 
 While they _can_, strictly speaking, they should not. A version requirement
index 9332958dfc6736e32acbc8a4a86fd44dc4b1a932..7220dab4ba833150c9e0e3a33e4e9d45505450b9 100644 (file)
@@ -188,7 +188,7 @@ test!(wildcard_deps {
         dir = p.url(),
         reg = registry::registry()))
                 .with_stderr("\
-warning: some dependencies have wildcard (\"*\") version constraints. On December 11th, 2015, \
+warning: some dependencies have wildcard (\"*\") version constraints. On January 22nd, 2016, \
 crates.io will begin rejecting packages with wildcard dependency constraints. See \
 http://doc.crates.io/crates-io.html#using-crates.io-based-crates for information on version \
 constraints.